this is time I have modified a bit the mod to include images in Forum categories.

[u]Description:[/u]
Shows images in Forum categories and Forum index

[u]Installation:[/u]
[color=red]Since this mod need an extra field i forum table, backup your database first!
[/color]
preview this in a custom page:

[code]<?php
$result = dbquery("ALTER TABLE ".$db_prefix."forums ADD forum_cat_image VARCHAR(128) NOT NULL AFTER forum_cat");
echo "Image cat field added.";
?>
[/code]

create 2 new folders in images

[b]forum_cats[/b]
[b]forum_idx[/b]

Put your images in this 2 folders. You can choose to use one or both features in admin later.

There are 2 files modified for this mod.

forum/[b]index.php[/b]
administration/[b]forums.php[/b]

I have included both. Are the last ones with the php5 mod.
